home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batmen.zip / BATMEN.TXT < prev    next >
Text File  |  1989-06-28  |  5KB  |  146 lines

  1. *intro 1
  2.  
  3.                                BatMenu V1.00
  4.  
  5.                Copyright (C) 1989 by Simple Solutions, Inc.
  6.                            All Rights Reserved
  7.  
  8.          BatMenu is a menu generation program for DOS batch files.
  9.  
  10.     As you'll soon see, BatMenu allows you the flexibility to generate
  11.             attractive, scrollable menus for your batch files.
  12.  
  13.         Please refer to the documentation file for full details on
  14.      program operation.  Comments and suggestions are always welcome.
  15.  
  16.          Tech support is cheerfully offered to registered users.
  17.                    Shareware at a price you can afford!
  18.  
  19.                                CIS 76440,76
  20.                             GEnie M.GEISINGER
  21.  
  22.                         Press RETURN to continue...
  23.  
  24. *intro 2
  25.  
  26.        I'd like to take just a couple of minutes to demonstrate
  27.            some of the things that you can do with BatMenu.
  28.  
  29. What's going on here is really quite simple for you to do with BatMenu.
  30. When you're ready, load this batch file into your favorite text editor
  31. and take a look at it.  You'll see that each of the command lines for
  32.    BatMenu contain several parameters which are fully covered in the
  33.                          documentation file.
  34.  
  35. What you won't see is all this text.  That's because BatMenu provides
  36. a simple method of creating numerous different menus (or as you see
  37.   here, windows) from a single file.  The file is named BATMEN.TXT
  38.           and may be placed just about anywhere you like.
  39.  
  40.                      Press RETURN to continue...
  41. *intro 3
  42.  
  43. Well, you say, where's the menus!
  44.         Coming right up!
  45.  
  46. Actually, what you've been reading
  47. are BatMenu menus.  Try the Up/Dwn
  48. arrow keys and you'll see what I 
  49. mean.
  50.  
  51. But you want to see menus, right?
  52.  
  53. OK, but indulge me one more time.
  54.  
  55.  Press ESC for scrolling text...
  56. *intro 4
  57.  
  58.    A word on scrollable text and windows
  59.    ─────────────────────────────────────
  60.  
  61. I just wanted to take a moment to illustrate
  62. that you can scroll through text in a window.
  63.  
  64. If you lay on the Up or Dwn arrow key for a
  65. moment you'll see that there is more here
  66. than meets the eye, in this window at least.
  67.  
  68. You see, scrollable menus are very 
  69. similar to scrollable windows.  To have a
  70. scrollable window, you just use BatMenu as
  71. you would with a menu, except you display
  72. text in the window.
  73.  
  74. I wonder...  Not a bad way to provide help
  75. screens or allow someone to read text in a
  76. batch file.  I've seen a lot o people go to
  77. great lengths to emulate paging through 
  78. text in a batch file with pause commands in
  79. in all the right places.  I think that
  80. BatMenu does that and more in a much more
  81. easy to use fashion.
  82.  
  83. Now for those menus I've been promising.
  84.  
  85.          Just press RETURN...
  86.  
  87. *menu1
  88. Choice 1 -- Well, here's your first menu.
  89. Choice 2 -- You'll notice that only the
  90. Choice 3 -- first 8 characters are
  91. Choice 4 -- highlighted. You can use the
  92. Choice 5 -- [-l n] parameter to limit the
  93. Choice 6 -- number of highlighted chars
  94. Choice 7 -- to 'n'. This allows you the
  95. Choice 8 -- remaining menu space for     
  96. Choice 9 -- explanatory text.
  97. *menu2
  98. Choice 1 -- Of course you don't have to   
  99. Choice 2 -- get fancy if you don't want
  100. Choice 3 -- to.  A simple menu follows.
  101. Choice 4 -- Did I mention that you can
  102. Choice 5 -- have up to nine choices in a
  103. Choice 6 -- menu? You can have fewer, of 
  104. Choice 7 -- course.
  105. *menu3
  106. Choice 1
  107. Choice 2
  108. Choice 3
  109. Choice 4
  110. Choice 5
  111. Choice 6
  112. Choice 7
  113. Choice 8
  114. Choice 9
  115. *menu4
  116.  
  117. Have you noticed that when you exit a menu that the underlaying screen
  118. is still intact? Nice, right? Of course you can choose to clear the 
  119. screen either before or after executing BatMenu. The easiest method is
  120. with DOS's 'cls' in your batch file, but BatMenu will also do this for
  121. you with the [-c] switch, and this may be quicker.
  122.                         More? Press Return...
  123.  
  124. Want to quit? Highlight this line with the arrow keys and press Return.
  125. *menu5
  126.  
  127.                     I hope you find BatMenu useful.
  128.  
  129.     I believe that you will find it quite flexible and easy to use.
  130.  
  131. Take a few minutes to read the documentation file. All the details you
  132. need to use BatMenu are there. The format of the BATMEN.TXT file is very
  133. simple, just the text you want in your menu and a keyword to mark each
  134. menu or screen.  Also, please pay particular attention to the command
  135. line switches for BatMenu. They're the key to its flexibility.
  136.  
  137.                              BatMenu V1.00
  138.  
  139.               Copyright (C) 1989 by Simple Solutions, Inc.
  140.                           All Rights Reserved
  141.  
  142.                          Simple Solutions, Inc.
  143.                             P.O. Box 640189
  144.                            Kenner, LA  70064
  145.                             (504) 464-5748
  146.